home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / virus / scn_201.arj / VALIDATE.TXT < prev    next >
Text File  |  1994-05-26  |  4KB  |  108 lines

  1.                             VALIDATE Version 2.00
  2.  
  3.                         QUICK COMMAND REFERENCE GUIDE
  4.  
  5.  
  6.  
  7.           Copyright 1993, 1994 by McAfee, Inc.  All Rights Reserved.
  8.  
  9.  
  10.  
  11.  
  12.                              Brought to you by:
  13.  
  14.                       Igor Grebert    Project Leader
  15.                     Jivko Koltchev    Lead Programmer
  16.                          David Mai    TSR Programmer
  17.                       Vadim Ivanov    Algorithms/Emulation Programmer
  18.                  Tatyana Shishkina    Virus Librarian, Programmer
  19.                     Bruce de Graaf    GUI Programmer
  20.                       Dmitri Orlov    DOS UI Programmer
  21.                  Geoff Brandenburg    GUI Artist
  22.                      Spencer Clark    SQA Manager
  23.                       David Pierce    Lead SQA Engineer
  24.                         Sean Birch    SQA Engineer
  25.                       John Zussman    Documentation Project Leader
  26.                         Eric Ivory    Technical Writer
  27.                     Aryeh Goretsky    Documentation Review
  28.  
  29.       With special thanks to Bob Chappelear, Rudite Emir, and Bill Larson
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.          LICENSE AGREEMENT
  45.  
  46.          McAfee, Inc. assumes no responsibility for damages or lost data
  47.          caused by the use or misuse of this program, including if used
  48.          in accordance with the program documentation.
  49.  
  50.          Use of this program means compliance with this Agreement.
  51.  
  52.  
  53. Validate Version 2.00                               Page 1
  54.  
  55.  
  56. VALIDATE is a file-authentication program that may be used to check
  57. other programs for signs of tampering.  VALIDATE uses two discrete
  58. methods to generate Cyclic Redundancy Checks (CRC's), which are then
  59. displayed for the user to compare against the known value for the
  60. program(s) validated.  The known validation data can be published by
  61. the author of the program or be obtained from a trusted information
  62. database.  The dual CRC checking provides a high degree of security.
  63.  
  64.      To confirm that a program is in its original, untampered state,
  65. run the VALIDATE program on it, record the validation data produced,
  66. and compare it against the record in the online database.  If they
  67. match, than it is highly improbable that the program has been modified.
  68.  
  69. To run VALIDATE, type:
  70.  
  71.      VALIDATE <path spec>
  72.  
  73. where <pathspec> is the name of a file or directory.  The wildcard
  74. characters, "*" and "?", may be used when specifying <pathspec>/
  75.  
  76. The VALIDATE program will then display the following information:
  77.  
  78.                 <name of directory>
  79.  
  80.                 name of file (starting at row 1)
  81.                 │
  82.                 │ extension of file (starting at row 10)
  83.                 │ │
  84.                 │ │ size of file (starting at row 15)
  85.                 │ │ │
  86.                 │ │ │ date of file (starting at row 25)
  87.                 │ │ │ │
  88.                 │ │ │ │ time of file (starting at row 35)
  89.                 │ │ │ │ │
  90.                 │ │ │ │ │ check method 1 (starting at row 44)
  91.                 │ │ │ │ │ │
  92.                 │ │ │ │ │ │  check method 2 (starting at row 51)
  93.                 │ │ │ │ │ │  └────────────────────────────────────┐
  94.                 │ │ │ │ │ └────────────────────────────────┐      │
  95.                 │ │ │ │ └─────────────────────────┐        │      │
  96.                 │ │ │ └─────────────────┐         │        │      │
  97.                 │ │ └─────────┐         │         │        │      │
  98.                 │ └──────┐    │         │         │        │      │
  99.                 │        │    │         │         │        │      │
  100.                 V        V    V         V         V        V      V
  101.                 SAMPLE   TXT  12345678  01-01-80  12:01a   1A2B   3C4D
  102.  
  103.                 <number> file(s) have been validated.
  104.  
  105.  
  106. NOTE:  Validate Version 2.00 is not compatible with previous versions
  107.        of VALIDATE.
  108.